samples: grove_lcd/fram: unify config files, since they are the same
Remove architecture config files and have just one, they are the same now. Change-Id: I6d719d5409569ae8e741fce20e90e16efa701385 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6615f9c89b
commit
06058ce4bc
|
@ -1,6 +1,5 @@
|
|||
BOARD ?= arduino_101_sss
|
||||
ARCH ?= arc
|
||||
KERNEL_TYPE = nano
|
||||
CONF_FILE = prj_$(ARCH).conf
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
include ${ZEPHYR_BASE}/Makefile.inc
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_PRINTK=y
|
||||
|
||||
CONFIG_I2C=y
|
||||
|
||||
CONFIG_GROVE=y
|
||||
CONFIG_GROVE_LCD_RGB=y
|
||||
CONFIG_GROVE_LCD_RGB_INIT_PRIORITY=90
|
|
@ -1,6 +1,5 @@
|
|||
BOARD ?= arduino_101_sss
|
||||
ARCH ?= arc
|
||||
KERNEL_TYPE = nano
|
||||
CONF_FILE = prj_$(ARCH).conf
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
include ${ZEPHYR_BASE}/Makefile.inc
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_I2C=y
|
Loading…
Reference in a new issue