diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-09-30 07:29:02 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-08 09:16:11 +0300 |
commit | 0cf837f34bd9de2c9cb2cb100f1e5f7e59826ac1 (patch) | |
tree | a64b9932726a82913b19e3602c4bacef49d2c817 /configs/sam9x60ek_qspiflash_defconfig | |
parent | 34c53a9baae687e4eff6c56d477e406af7fbec71 (diff) |
configs: sam9x60ek: enable onewire support
Enable support for onewire memories and onewire commands.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sam9x60ek_qspiflash_defconfig')
-rw-r--r-- | configs/sam9x60ek_qspiflash_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sam9x60ek_qspiflash_defconfig b/configs/sam9x60ek_qspiflash_defconfig index 0d0932bba3..e1b292ea39 100644 --- a/configs/sam9x60ek_qspiflash_defconfig +++ b/configs/sam9x60ek_qspiflash_defconfig @@ -72,4 +72,8 @@ CONFIG_DM_SPI=y CONFIG_ATMEL_QSPI=y CONFIG_TIMER=y CONFIG_ATMEL_PIT_TIMER=y +CONFIG_W1=y +CONFIG_W1_GPIO=y +CONFIG_W1_EEPROM=y +CONFIG_W1_EEPROM_DS24XXX=y CONFIG_OF_LIBFDT_OVERLAY=y |