mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
ba463c1169
Migrate the system IO configuration setting to Kconfig. Signed-off-by: Mario Six <mario.six@gdsys.cc>
7 lines
120 B
Text
7 lines
120 B
Text
menu "System I/O configuration"
|
|
|
|
if ARCH_MPC8308
|
|
source "arch/powerpc/cpu/mpc83xx/sysio/Kconfig.mpc8308"
|
|
endif
|
|
|
|
endmenu
|