Mario Six | 1faf95d | 2019-01-21 09:18:03 +0100 | [diff] [blame] | 1 | menu "ELBC register setup" |
| 2 | |
| 3 | choice |
| 4 | prompt "OR/BR for NAND SPL" |
| 5 | |
| 6 | config ELBC_BR_OR_NAND_PRELIM_NONE |
| 7 | bool "None" |
| 8 | |
| 9 | config ELBC_BR_OR_NAND_PRELIM_0 |
| 10 | bool "0" |
| 11 | |
| 12 | config ELBC_BR_OR_NAND_PRELIM_1 |
| 13 | bool "1" |
| 14 | |
| 15 | config ELBC_BR_OR_NAND_PRELIM_2 |
| 16 | bool "2" |
| 17 | |
| 18 | config ELBC_BR_OR_NAND_PRELIM_3 |
| 19 | bool "3" |
| 20 | |
| 21 | config ELBC_BR_OR_NAND_PRELIM_4 |
| 22 | bool "4" |
| 23 | |
| 24 | endchoice |
| 25 | |
| 26 | source "arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc0" |
| 27 | source "arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc1" |
| 28 | source "arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc2" |
| 29 | source "arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc3" |
| 30 | source "arch/powerpc/cpu/mpc83xx/elbc/Kconfig.elbc4" |
| 31 | |
| 32 | endmenu |