From 73dfef03becc80bcceb95d853c20273627fc7a29 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 Jul 2012 18:58:45 +0000 Subject: PGA11x driver belongs in analog/ not input/ git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4978 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mirtoo/README.txt | 12 ++++++------ nuttx/configs/mirtoo/nsh/defconfig | 10 +++++----- nuttx/configs/mirtoo/nxffs/defconfig | 10 +++++----- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/mirtoo/README.txt b/nuttx/configs/mirtoo/README.txt index 41d101228..7934ea7e4 100644 --- a/nuttx/configs/mirtoo/README.txt +++ b/nuttx/configs/mirtoo/README.txt @@ -828,9 +828,9 @@ Where is one of the following: The Mirtoo's PGA117 amplifier/multipexer is not used by this configuration but can be enabled by setting: - CONFIG_INPUT=y : Enable support for INPUT devices - CONFIG_SPI_OWNBUS=y : If the PGA117 is the only device on the bus - CONFIG_INPUT_PGA11X=y : Enable support for the PGA117 + CONFIG_ADC=y : Enable support for analog input devices + CONFIG_SPI_OWNBUS=y : If the PGA117 is the only device on the bus + CONFIG_ADC_PGA11X=y : Enable support for the PGA117 nxffs: ====== @@ -914,7 +914,7 @@ Where is one of the following: The Mirtoo's PGA117 amplifier/multipexer is not used by this configuration but can be enabled by setting: - CONFIG_INPUT=y : Enable support for INPUT devices - CONFIG_SPI_OWNBUS=n : The PGA117 is *not* the only device on the bus - CONFIG_INPUT_PGA11X=y : Enable support for the PGA117 + CONFIG_ADC=y : Enable support for anlog input devices + CONFIG_SPI_OWNBUS=n : The PGA117 is *not* the only device on the bus + CONFIG_ADC_PGA11X=y : Enable support for the PGA117 diff --git a/nuttx/configs/mirtoo/nsh/defconfig b/nuttx/configs/mirtoo/nsh/defconfig index b4eb54f11..779398a20 100644 --- a/nuttx/configs/mirtoo/nsh/defconfig +++ b/nuttx/configs/mirtoo/nsh/defconfig @@ -750,10 +750,10 @@ CONFIG_USBMSC_REMOVABLE=y # PGA117 support # # Prerequisites: -# CONFIG_INPUT=y is needed to enable support for INPUT devices +# CONFIG_ADC=y is needed to enable support for analog input devices # -# CONFIG_INPUT_PGA11X -# Enables support for the PGA11X driver (Needs CONFIG_INPUT) +# CONFIG_ADC_PGA11X +# Enables support for the PGA11X driver (Needs CONFIG_ADC) # CONFIG_PGA11X_SPIFREQUENCY # SPI frequency. Default 1MHz # CONFIG_PGA11X_DAISYCHAIN @@ -773,11 +773,11 @@ CONFIG_USBMSC_REMOVABLE=y # CONFIG_DEBUG_SPI -- With CONFIG_DEBUG and CONFIG_DEBUG_VERBOSE, # this will enable debug output from the PGA117 driver. # -CONFIG_INPUT=n +CONFIG_ADC=n CONFIG_SPI_OWNBUS=y CONFIG_DEBUG_SPI=n -CONFIG_INPUT_PGA11X=n +CONFIG_ADC_PGA11X=n #CONFIG_PGA11X_SPIFREQUENCY CONFIG_PGA11X_DAISYCHAIN=n CONFIG_PGA11X_SPIMODE=1 diff --git a/nuttx/configs/mirtoo/nxffs/defconfig b/nuttx/configs/mirtoo/nxffs/defconfig index fb9be8e0c..334d9d5e4 100644 --- a/nuttx/configs/mirtoo/nxffs/defconfig +++ b/nuttx/configs/mirtoo/nxffs/defconfig @@ -750,10 +750,10 @@ CONFIG_USBMSC_REMOVABLE=y # PGA117 support # # Prerequisites: -# CONFIG_INPUT=y is needed to enable support for INPUT devices +# CONFIG_ADC=y is needed to enable support for analog input devices # -# CONFIG_INPUT_PGA11X -# Enables support for the PGA11X driver (Needs CONFIG_INPUT) +# CONFIG_ADC_PGA11X +# Enables support for the PGA11X driver (Needs CONFIG_ADC) # CONFIG_PGA11X_SPIFREQUENCY # SPI frequency. Default 1MHz # CONFIG_PGA11X_DAISYCHAIN @@ -776,11 +776,11 @@ CONFIG_USBMSC_REMOVABLE=y # CONFIG_DEBUG_SPI -- With CONFIG_DEBUG and CONFIG_DEBUG_VERBOSE, # this will enable debug output from the PGA117 driver. # -CONFIG_INPUT=n +CONFIG_ADC=n CONFIG_SPI_OWNBUS=y CONFIG_DEBUG_SPI=n -CONFIG_INPUT_PGA11X=n +CONFIG_ADC_PGA11X=n #CONFIG_PGA11X_SPIFREQUENCY CONFIG_PGA11X_DAISYCHAIN=n CONFIG_PGA11X_SPIMODE=1 -- cgit v1.2.3