summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/Kconfig.arm
blob: 106c9b981ac150c31cbb6c89dae041ef0a5d944b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# 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