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:
Anas Nashif 2016-01-14 07:17:56 -05:00
parent 6615f9c89b
commit 06058ce4bc
6 changed files with 2 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,3 +0,0 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_I2C=y