summaryrefslogtreecommitdiff
path: root/src/mainboard/jetway
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/jetway')
-rw-r--r--src/mainboard/jetway/Kconfig3
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/Kconfig5
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/Kconfig.name4
3 files changed, 9 insertions, 3 deletions
diff --git a/src/mainboard/jetway/Kconfig b/src/mainboard/jetway/Kconfig
index 63b3accd8d..530700d816 100644
--- a/src/mainboard/jetway/Kconfig
+++ b/src/mainboard/jetway/Kconfig
@@ -5,6 +5,9 @@ choice
source "src/mainboard/jetway/*/Kconfig.name"
+config JETWAY_BOARDS_DISABLED
+ bool "Boards from vendor are disabled"
+
endchoice
source "src/mainboard/jetway/*/Kconfig"
diff --git a/src/mainboard/jetway/nf81-t56n-lf/Kconfig b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
index 95d3b7ef11..dfa01b93a6 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/Kconfig
+++ b/src/mainboard/jetway/nf81-t56n-lf/Kconfig
@@ -14,11 +14,14 @@
# GNU General Public License for more details.
#
+config BOARD_JETWAY_NF81_T56N_LF
+ def_bool n
+
if BOARD_JETWAY_NF81_T56N_LF
config BOARD_SPECIFIC_OPTIONS
def_bool y
- select ROMCC_BOOTBLOCK
+ #select ROMCC_BOOTBLOCK
select CPU_AMD_AGESA_FAMILY14
select NORTHBRIDGE_AMD_AGESA_FAMILY14
select SOUTHBRIDGE_AMD_CIMX_SB800
diff --git a/src/mainboard/jetway/nf81-t56n-lf/Kconfig.name b/src/mainboard/jetway/nf81-t56n-lf/Kconfig.name
index 2e660f937c..0b676274ae 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/Kconfig.name
+++ b/src/mainboard/jetway/nf81-t56n-lf/Kconfig.name
@@ -1,2 +1,2 @@
-config BOARD_JETWAY_NF81_T56N_LF
- bool "NF81_T56N_LF"
+#config BOARD_JETWAY_NF81_T56N_LF
+# bool"NF81_T56N_LF"