# RMT for NGW100 customization choice prompt "RMT Version" help Select the RMTx board version. config [31mCONFIG_BOARD_MRMT_REV1[0m bool "RMT1" config [31mCONFIG_BOARD_MRMT_REV2[0m bool "RMT2" endchoice config [31mCONFIG_BOARD_MRMT_AC97[0m bool "Enable AC97 CODEC" help Enable the UCB1400 AC97 CODEC driver. choice prompt "Touchscreen Driver" default [31mCONFIG_BOARD_MRMT_ADS7846_TS[0m config [31mCONFIG_BOARD_MRMT_UCB1400_TS[0m bool "Use UCB1400 Touchscreen" config [31mCONFIG_BOARD_MRMT_ADS7846_TS[0m bool "Use ADS7846 Touchscreen" endchoice choice prompt "RMTx LCD Selection" default [31mCONFIG_BOARD_MRMT_LCD_DISABLE[0m config [31mCONFIG_BOARD_MRMT_LCD_DISABLE[0m bool "LCD Disabled" config [31mCONFIG_BOARD_MRMT_LCD_LQ043T3DX0X[0m bool "Sharp LQ043T3DX0x or compatible" help If using RMT2, be sure to load the resistor pack selectors accordingly if [31mCONFIG_BOARD_MRMT_REV2[0m config [31mCONFIG_BOARD_MRMT_LCD_KWH043GM08[0m bool "Formike KWH043GM08 or compatible" help Be sure to load the RMT2 resistor pack selectors accordingly endif endchoice if ![31mCONFIG_BOARD_MRMT_LCD_DISABLE[0m config [31mCONFIG_BOARD_MRMT_BL_PWM[0m bool "Use PWM control for LCD Backlight" help Use [31mCONFIG_PWM[0m driver for controlling LCD Backlight. Otherwise, LCD Backlight is always on. endif config [31mCONFIG_BOARD_MRMT_RTC_I2C[0m bool "Use External RTC on I2C Bus" help RMT1 has an optional [31mCONFIG_RTC[0m device on the [31mCONFIG_I2C[0m bus. It is a SII S35390A. Be sure to select the matching [31mCONFIG_RTC[0m driver. choice prompt "Wireless Module on ttyS2" default [31mCONFIG_BOARD_MRMT_WIRELESS_ZB[0m config [31mCONFIG_BOARD_MRMT_WIRELESS_ZB[0m bool "Use ZigBee/802.15.4 Module" config [31mCONFIG_BOARD_MRMT_WIRELESS_BT[0m bool "Use Bluetooth (HCI) Module" config [31mCONFIG_BOARD_MRMT_WIRELESS_NONE[0m bool "Not Installed" endchoice |