aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/armltd/Kconfig
blob: b1f4c2ee4ea3e8d01e63bd59fa741826bcb05269 (plain)
1
2
3
4
5
6
7
8
config CPU_ARMLTD_CORTEX_A9
	depends on ARCH_ARMV7
	bool
	default n

if CPU_ARMLTD_CORTEX_A9
source src/cpu/armltd/cortex-a9/Kconfig
endif