mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Migrate the system IO configuration setting to Kconfig. Signed-off-by: Mario Six <mario.six@gdsys.cc>
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
menu "System I/O configuration"
|
|
|
|
if ARCH_MPC8308
|
|
source "arch/powerpc/cpu/mpc83xx/sysio/Kconfig.mpc8308"
|
|
endif
|
|
|
|
endmenu
|