]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv7/ls102xa/Kconfig
arm: Move FSL_LSCH2 FSL_LSCH3 to Kconfig
[u-boot] / arch / arm / cpu / armv7 / ls102xa / Kconfig
1 config ARCH_LS1021A
2         bool
3         select SYS_FSL_ERRATUM_A010315
4
5 menu "LS102xA architecture"
6         depends on ARCH_LS1021A
7
8 config LS1_DEEP_SLEEP
9         bool "Deep sleep"
10         depends on ARCH_LS1021A
11
12 config SYS_FSL_ERRATUM_A010315
13         bool "Workaround for PCIe erratum A010315"
14
15 endmenu