zephyr/soc/arm/atmel_sam/same70
Stephanos Ioannidis b9b474cc82 soc: same70: Fix incorrect default config value
The type of SOC_ATMEL_SAME70_DISABLE_ERASE_PIN is bool, yet its default
is specified as an int value of 0.

This commit removes the implied `default 0`, which is equivalent to
`default n`.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2019-12-09 15:50:13 +01:00
..
CMakeLists.txt
Kconfig.defconfig.series kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.series kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.soc soc: same70: Fix incorrect default config value 2019-12-09 15:50:13 +01:00
dts_fixup.h watchdog: Remove CONFIG_WDT_0_NAME usage 2019-11-06 13:51:20 -06:00
linker.ld
soc.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
soc.h
soc_config.c
soc_pinmap.h