File tree Expand file tree Collapse file tree 19 files changed +25
-28
lines changed Expand file tree Collapse file tree 19 files changed +25
-28
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,12 @@ choice
147
147
148
148
config DEBUG_BCM2835
149
149
bool "Kernel low-level debugging on BCM2835 PL011 UART"
150
- depends on ( ARCH_BCM2835 && ARCH_MULTI_V6) || ARCH_BCM2708
150
+ depends on ARCH_BCM2835 && ARCH_MULTI_V6
151
151
select DEBUG_UART_PL01X
152
152
153
153
config DEBUG_BCM2836
154
154
bool "Kernel low-level debugging on BCM2836 PL011 UART"
155
- depends on ( ARCH_BCM2835 && ARCH_MULTI_V7) || ARCH_BCM2709
155
+ depends on ARCH_BCM2835 && ARCH_MULTI_V7
156
156
select DEBUG_UART_PL01X
157
157
158
158
config DEBUG_BCM_5301X
@@ -1695,8 +1695,7 @@ config DEBUG_UART_8250_FLOW_CONTROL
1695
1695
1696
1696
config DEBUG_UNCOMPRESS
1697
1697
bool
1698
- depends on ARCH_MULTIPLATFORM || PLAT_SAMSUNG || ARM_SINGLE_ARMV7M || \
1699
- ARCH_BCM2708 || ARCH_BCM2709
1698
+ depends on ARCH_MULTIPLATFORM || PLAT_SAMSUNG || ARM_SINGLE_ARMV7M
1700
1699
default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
1701
1700
(!DEBUG_TEGRA_UART || !ZBOOT_ROM)
1702
1701
help
@@ -1713,8 +1712,7 @@ config DEBUG_UNCOMPRESS
1713
1712
config UNCOMPRESS_INCLUDE
1714
1713
string
1715
1714
default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
1716
- PLAT_SAMSUNG || ARM_SINGLE_ARMV7M || \
1717
- ARCH_BCM2708 || ARCH_BCM2709
1715
+ PLAT_SAMSUNG || ARM_SINGLE_ARMV7M
1718
1716
default "mach/uncompress.h"
1719
1717
1720
1718
config EARLY_PRINTK
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ config BCM2835_DEVGPIOMEM
49
49
50
50
config BCM2835_SMI_DEV
51
51
tristate "Character device driver for BCM2835 Secondary Memory Interface"
52
- depends on (MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835) && BCM2835_SMI
52
+ depends on BCM2835_SMI
53
53
default m
54
54
help
55
55
This driver provides a character device interface (ioctl + read/write) to
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ config HW_RANDOM_BCM63XX
90
90
91
91
config HW_RANDOM_BCM2835
92
92
tristate "Broadcom BCM2835 Random Number Generator support"
93
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709 || ARCH_BCM_NSP || ARCH_BCM_5301X
93
+ depends on ARCH_BCM2835 || ARCH_BCM_NSP || ARCH_BCM_5301X
94
94
default HW_RANDOM
95
95
---help---
96
96
This driver provides kernel-side support for the Random Number
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ config COH901318
108
108
109
109
config DMA_BCM2835
110
110
tristate "BCM2835 DMA engine support"
111
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709
111
+ depends on ARCH_BCM2835
112
112
select DMA_ENGINE
113
113
select DMA_VIRTUAL_CHANNELS
114
114
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ config GPIO_BCM_KONA
146
146
147
147
config GPIO_BCM_VIRT
148
148
bool "Broadcom Virt GPIO"
149
- depends on OF_GPIO && RASPBERRYPI_FIRMWARE && (ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709 || COMPILE_TEST)
149
+ depends on OF_GPIO && RASPBERRYPI_FIRMWARE && (ARCH_BCM2835 || COMPILE_TEST)
150
150
help
151
151
Turn on virtual GPIO support for Broadcom BCM283X chips.
152
152
Original file line number Diff line number Diff line change 1
1
config DRM_VC4
2
2
tristate "Broadcom VC4 Graphics"
3
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709 || COMPILE_TEST
3
+ depends on ARCH_BCM2835 || COMPILE_TEST
4
4
depends on DRM
5
5
select DRM_KMS_HELPER
6
6
select DRM_KMS_CMA_HELPER
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ comment "PC SMBus host controller drivers"
10
10
11
11
config I2C_BCM2708
12
12
tristate "BCM2708 BSC"
13
- depends on MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835
13
+ depends on ARCH_BCM2835
14
14
help
15
15
Enabling this option will add BSC (Broadcom Serial Controller)
16
16
support for the BCM2708. BSC is a Broadcom proprietary bus compatible
@@ -385,7 +385,7 @@ config I2C_AXXIA
385
385
386
386
config I2C_BCM2835
387
387
tristate "Broadcom BCM2835 I2C controller"
388
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709
388
+ depends on ARCH_BCM2835
389
389
help
390
390
If you say yes to this option, support will be included for the
391
391
BCM2835 I2C controller.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ config ALTERA_MBOX
74
74
75
75
config BCM2835_MBOX
76
76
tristate "BCM2835 Mailbox"
77
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709
77
+ depends on ARCH_BCM2835
78
78
help
79
79
An implementation of the BCM2385 Mailbox. It is used to invoke
80
80
the services of the Videocore. Say Y here if you want to use the
Original file line number Diff line number Diff line change 2
2
3
3
config VIDEO_BCM2835
4
4
bool "Broadcom BCM2835 camera interface driver"
5
- depends on VIDEO_V4L2 && (ARCH_BCM2708 || ARCH_BCM2709 || ARCH_BCM2835)
5
+ depends on VIDEO_V4L2 && ARCH_BCM2835
6
6
---help---
7
7
Say Y here to enable camera host interface devices for
8
8
Broadcom BCM2835 SoC. This operates over the VCHIQ interface
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ config SENSORS_LIS3LV02D
12
12
13
13
config BCM2835_SMI
14
14
tristate "Broadcom 283x Secondary Memory Interface driver"
15
- depends on MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835
15
+ depends on ARCH_BCM2835
16
16
default m
17
17
help
18
18
Driver for enabling and using Broadcom's Secondary/Slow Memory Interface.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ comment "MMC/SD/SDIO Host Controller Drivers"
6
6
7
7
config MMC_BCM2835
8
8
tristate "MMC support on BCM2835"
9
- depends on MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835
9
+ depends on ARCH_BCM2835
10
10
help
11
11
This selects the MMC Interface on BCM2835.
12
12
@@ -35,7 +35,7 @@ config MMC_BCM2835_PIO_DMA_BARRIER
35
35
36
36
config MMC_BCM2835_SDHOST
37
37
tristate "Support for the SDHost controller on BCM2708/9"
38
- depends on MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835
38
+ depends on ARCH_BCM2835
39
39
help
40
40
This selects the SDHost controller on BCM2835/6.
41
41
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ config MTD_SM_COMMON
43
43
44
44
config MTD_NAND_BCM2835_SMI
45
45
tristate "Use Broadcom's Secondary Memory Interface as a NAND controller (BCM283x)"
46
- depends on (MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835) && BCM2835_SMI && MTD_NAND
46
+ depends on BCM2835_SMI
47
47
default m
48
48
help
49
49
Uses the BCM2835's SMI peripheral as a NAND controller.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ config PWM_BCM_KONA
95
95
96
96
config PWM_BCM2835
97
97
tristate "BCM2835 PWM support"
98
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709
98
+ depends on ARCH_BCM2835
99
99
help
100
100
PWM framework driver for BCM2835 controller (Raspberry Pi)
101
101
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ menu "Broadcom SoC drivers"
2
2
3
3
config RASPBERRYPI_POWER
4
4
bool "Raspberry Pi power domain driver"
5
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709 || (COMPILE_TEST && OF)
5
+ depends on ARCH_BCM2835 || (COMPILE_TEST && OF)
6
6
depends on RASPBERRYPI_FIRMWARE=y
7
7
select PM_GENERIC_DOMAINS if PM
8
8
help
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ config SPI_AXI_SPI_ENGINE
94
94
config SPI_BCM2835
95
95
tristate "BCM2835 SPI controller"
96
96
depends on GPIOLIB
97
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709 || COMPILE_TEST
97
+ depends on ARCH_BCM2835 || COMPILE_TEST
98
98
help
99
99
This selects a driver for the Broadcom BCM2835 SPI master.
100
100
@@ -105,7 +105,7 @@ config SPI_BCM2835
105
105
106
106
config SPI_BCM2835AUX
107
107
tristate "BCM2835 SPI auxiliary controller"
108
- depends on (( ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709) && GPIOLIB) || COMPILE_TEST
108
+ depends on (ARCH_BCM2835 && GPIOLIB) || COMPILE_TEST
109
109
help
110
110
This selects a driver for the Broadcom BCM2835 SPI aux master.
111
111
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ config SERIAL_8250_ACORN
291
291
292
292
config SERIAL_8250_BCM2835AUX
293
293
tristate "BCM2835 auxiliar mini UART support"
294
- depends on ARCH_BCM2708 || ARCH_BCM2709 || ARCH_BCM2835 || COMPILE_TEST
294
+ depends on ARCH_BCM2835 || COMPILE_TEST
295
295
depends on SERIAL_8250 && SERIAL_8250_SHARE_IRQ
296
296
help
297
297
Support for the BCM2835 auxiliar mini UART.
Original file line number Diff line number Diff line change @@ -1440,7 +1440,7 @@ config BCM63XX_WDT
1440
1440
1441
1441
config BCM2835_WDT
1442
1442
tristate "Broadcom BCM2835 hardware watchdog"
1443
- depends on ARCH_BCM2835 || ARCH_BCM2708 || ARCH_BCM2709
1443
+ depends on ARCH_BCM2835
1444
1444
select WATCHDOG_CORE
1445
1445
help
1446
1446
Watchdog driver for the built in watchdog hardware in Broadcom
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ config SND_PXA2XX_AC97
34
34
35
35
config SND_BCM2835
36
36
tristate "BCM2835 ALSA driver"
37
- depends on (ARCH_BCM2708 || ARCH_BCM2709 || ARCH_BCM2835) \
38
- && BCM2708_VCHIQ && SND
37
+ depends on ARCH_BCM2835 && BCM2708_VCHIQ && SND
39
38
select SND_PCM
40
39
help
41
40
Say Y or M if you want to support BCM2835 Alsa pcm card driver
Original file line number Diff line number Diff line change 1
1
config SND_BCM2835_SOC_I2S
2
2
tristate "SoC Audio support for the Broadcom BCM2835 I2S module"
3
- depends on ARCH_BCM2835 || MACH_BCM2708 || MACH_BCM2709 || COMPILE_TEST
3
+ depends on ARCH_BCM2835 || COMPILE_TEST
4
4
select SND_SOC_GENERIC_DMAENGINE_PCM
5
5
select REGMAP_MMIO
6
6
help
You can’t perform that action at this time.
0 commit comments