secgateway/kernel/linux-4.14.83/drivers/soc/fsl/Kconfig.arm

17 lines
392 B
Plaintext
Raw Normal View History

2019-06-11 07:43:23 +00:00
#
# Freescale ARM SOC Drivers
#
config LS_SOC_DRIVERS
bool "Layerscape Soc Drivers"
depends on ARCH_LAYERSCAPE || SOC_LS1021A
default n
help
Say y here to enable Freescale Layerscape Soc Device Drivers support.
The Soc Drivers provides the device driver that is a specific block
or feature on Layerscape platform.
if LS_SOC_DRIVERS
source "drivers/soc/fsl/layerscape/Kconfig"
endif