We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc12f47 commit 0bcafbfCopy full SHA for 0bcafbf
1 file changed
modules/flashrom
@@ -14,8 +14,6 @@ flashrom_cfg := \
14
CONFIG_NOTHING=yes \
15
CONFIG_INTERNAL=yes \
16
CONFIG_INTERNAL_X86=yes \
17
- CONFIG_DUMMY=yes \
18
- CONFIG_AST1100=yes \
19
20
ifeq "$(CONFIG_TARGET_ARCH)" "ppc64"
21
flashrom_cfg := \
@@ -24,6 +22,13 @@ flashrom_cfg := \
24
22
CONFIG_LINUX_MTD=yes
25
23
endif
26
+#Only enable AST1100 if requested per board configs
+ifeq "$(CONFIG_FLASHROM_AST1100)" "y"
27
+flashrom_cfg += CONFIG_AST1100=yes
28
+endif
29
+
30
31
32
flashrom_target := \
33
$(MAKE_JOBS) \
34
PREFIX="$(INSTALL)" \
0 commit comments