blob: bb02cfad8a69a72934c0267f700c3424e03959d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
menu "SOC (System On Chip) specific Drivers"
config FSL_SOC_DRIVERS
bool "Freescale Soc Drivers"
depends on FSL_SOC || ARCH_MXC
default n
help
Say y here to enable Freescale Soc Device Drivers support.
The Soc Drivers provides the device driver that is a specific block
or feature on Freescale platform.
if FSL_SOC_DRIVERS
source "drivers/soc/fsl/Kconfig"
endif
source drivers/soc/qe/Kconfig
endmenu
|