aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc83xx/elbc/Kconfig
blob: 06841523efd3af7effe08a4853a711301985ebcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
menu "ELBC register setup"

choice
	prompt "OR/BR for NAND SPL"

config ELBC_BR_OR_NAND_PRELIM_NONE
	bool "None"

config ELBC_BR_OR_NAND_PRELIM_0
	bool "0"

config ELBC_BR_OR_NAND_PRELIM_1
	bool "1"

config ELBC_BR_OR_NAND_PRELIM_2
	bool "2"

config ELBC_BR_OR_NAND_PRELIM_3
	bool "3"

config ELBC_BR_OR_NAND_PRELIM_4
	bool "4"

endchoice

endmenu