Skip to content

Commit

Permalink
soc: configuration: microchip SOC Kconfig bug fix
Browse files Browse the repository at this point in the history
Removed the EEPROM and ESPI configuration from file
Kconfig.defconfig.mec172xnsz. Since it overrides the
setting present in the Device Tree file.

Signed-off-by: Manimaran A <[email protected]>
  • Loading branch information
Manimaran-A authored and MaureenHelm committed Mar 16, 2023
1 parent 6199b91 commit 2b66410
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions soc/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172xnsz
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,4 @@ config SOC
config GPIO
default y

config ESPI_XEC_V2
default y
depends on ESPI

config EEPROM_XEC
default y
depends on EEPROM

endif # SOC_MEC172X_NSZ

0 comments on commit 2b66410

Please sign in to comment.