Skip to content
  • Kevin Hao's avatar
    7c47122e
    beaglebone: Drop the deprecated GPIO_SYSFS · 7c47122e
    Kevin Hao authored
    
    
    In order to fix the following configcheck warning:
      [NOTE]: 'CONFIG_GPIO_SYSFS' last val (y) and .config val (n) do not match
      [INFO]: CONFIG_GPIO_SYSFS : n
      [INFO]: raw config text:
    
          config GPIO_SYSFS
          	bool "/sys/class/gpio/... (sysfs interface)" if EXPERT
          	select GPIO_CDEV
          	depends on SYSFS && GPIOLIB
          	help
          	  Say Y here to add the legacy sysfs interface for GPIOs.
    
          	  This ABI is deprecated. If you want to use GPIO from userspace,
          	  use the character device /dev/gpiochipN with the appropriate
          	  ioctl() operations instead.
    
          Config 'GPIO_SYSFS' has the following Direct dependencies (GPIO_SYSFS=y):
                  SYSFS(=y) && GPIOLIB(=y)
          Parent dependencies are:
               GPIOLIB [y] EXPERT [n] SYSFS [y]
      [INFO]: config 'CONFIG_GPIO_SYSFS' was set, but it wasn't assignable, check (parent) dependencies
    
    Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
    Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
    7c47122e
    beaglebone: Drop the deprecated GPIO_SYSFS
    Kevin Hao authored
    
    
    In order to fix the following configcheck warning:
      [NOTE]: 'CONFIG_GPIO_SYSFS' last val (y) and .config val (n) do not match
      [INFO]: CONFIG_GPIO_SYSFS : n
      [INFO]: raw config text:
    
          config GPIO_SYSFS
          	bool "/sys/class/gpio/... (sysfs interface)" if EXPERT
          	select GPIO_CDEV
          	depends on SYSFS && GPIOLIB
          	help
          	  Say Y here to add the legacy sysfs interface for GPIOs.
    
          	  This ABI is deprecated. If you want to use GPIO from userspace,
          	  use the character device /dev/gpiochipN with the appropriate
          	  ioctl() operations instead.
    
          Config 'GPIO_SYSFS' has the following Direct dependencies (GPIO_SYSFS=y):
                  SYSFS(=y) && GPIOLIB(=y)
          Parent dependencies are:
               GPIOLIB [y] EXPERT [n] SYSFS [y]
      [INFO]: config 'CONFIG_GPIO_SYSFS' was set, but it wasn't assignable, check (parent) dependencies
    
    Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
    Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
Loading