diff options
Diffstat (limited to 'board/bds')
-rw-r--r-- | board/bds/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bds/board.h b/board/bds/board.h index 0abb267637..00127fd8c0 100644 --- a/board/bds/board.h +++ b/board/bds/board.h @@ -21,6 +21,9 @@ #define CONFIG_EOPTION #define CONFIG_PSTORE +/* LM4 modules we want to exclude */ +#undef CONFIG_SWITCH + /* Write protect is active high */ #define CONFIG_WP_ACTIVE_HIGH |