mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 01:36:59 +02: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
|