1menu "ELBC register setup" 2 3choice 4 prompt "OR/BR for NAND SPL" 5 6config ELBC_BR_OR_NAND_PRELIM_NONE 7 bool "None" 8 9config ELBC_BR_OR_NAND_PRELIM_0 10 bool "0" 11 12config ELBC_BR_OR_NAND_PRELIM_1 13 bool "1" 14 15config ELBC_BR_OR_NAND_PRELIM_2 16 bool "2" 17 18config ELBC_BR_OR_NAND_PRELIM_3 19 bool "3" 20 21config ELBC_BR_OR_NAND_PRELIM_4 22 bool "4" 23 24endchoice 25 26endmenu 27