mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-31 02:51:26 +00:00
rowan: enable SPI and GPIO console commands
Enable more hardware related console commands to help hardware
validation.
BUG=chrome-os-partner:62673
TEST=manual
build and load into Rowan
check console commands:
gpioget
spixfer
BRANCH=none
Change-Id: I86d3b74cef77ed9244a140290241a9fac6af3f84
Signed-off-by: Rong Chang <rongchang@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/441486
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
|
||||
/*
|
||||
* Allow dangerous commands.
|
||||
* TODO: Remove this config engineering velidation.
|
||||
* TODO: Remove this config engineering validation.
|
||||
*/
|
||||
#define CONFIG_SYSTEM_UNLOCKED
|
||||
#define CONFIG_CMD_SPI_XFER
|
||||
#define CONFIG_CMD_GPIO_EXTENDED
|
||||
|
||||
/* Accelero meter and gyro sensor */
|
||||
#define CONFIG_ACCEL_KX022
|
||||
|
||||
Reference in New Issue
Block a user