mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
mec1322: Added CONFIG_SWITCH support.
This allows switch status to be updated to EC MemMap. BUG=none TEST=Verified mmapinfo console command is reporting the correct info. BRANCH=none Change-Id: I3b6683be8b92b59dffb3227e0a72a122dcda56a2 Signed-off-by: Kevin K Wong <kevin.k.wong@intel.com> Reviewed-on: https://chromium-review.googlesource.com/265493 Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
af27fe8983
commit
8580227b40
@@ -22,7 +22,6 @@
|
||||
#define CONFIG_POWER_BUTTON
|
||||
#define CONFIG_POWER_BUTTON_X86
|
||||
#define CONFIG_LID_SWITCH
|
||||
#define CONFIG_SWITCH
|
||||
#define CONFIG_LED_COMMON
|
||||
#define CONFIG_POWER_COMMON
|
||||
#define CONFIG_EXTPOWER_GPIO
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#undef CONFIG_EOPTION
|
||||
#undef CONFIG_PSTORE
|
||||
#undef CONFIG_PECI
|
||||
#undef CONFIG_SWITCH
|
||||
#undef CONFIG_PWM
|
||||
#undef CONFIG_FANS
|
||||
#undef CONFIG_ADC
|
||||
|
||||
@@ -103,7 +103,6 @@
|
||||
#if 0
|
||||
#define CONFIG_ADC
|
||||
#define CONFIG_PECI
|
||||
#define CONFIG_SWITCH
|
||||
#define CONFIG_MPU
|
||||
#endif
|
||||
#define CONFIG_DMA
|
||||
@@ -111,5 +110,6 @@
|
||||
#define CONFIG_I2C
|
||||
#define CONFIG_LPC
|
||||
#define CONFIG_SPI
|
||||
#define CONFIG_SWITCH
|
||||
|
||||
#endif /* __CROS_EC_CONFIG_CHIP_H */
|
||||
|
||||
Reference in New Issue
Block a user