mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
8 lines
120 B
Text
8 lines
120 B
Text
|
menu "System I/O configuration"
|
||
|
|
||
|
if ARCH_MPC8308
|
||
|
source "arch/powerpc/cpu/mpc83xx/sysio/Kconfig.mpc8308"
|
||
|
endif
|
||
|
|
||
|
endmenu
|