mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 05:08:24 +00:00

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
|