On Thu, Sep 30, 2010 at 03:54, <[email protected]> wrote: > +config SND_BFIN_AD73311_RESET > + int "RESET pin for AD73311L Chip Select" > + depends on SND_BF5XX_SOC_AD73311 > + default 4 > + help > + Enter the GPIO used to control AD73311's RESET pin. Acceptable > + values are 0 to 7
we want to get away from kconfig values for device settings. especially since this limits things to 1 instance. i know other parts of this code also limits things (direct codec symbol manipulation), but with the next release or two of ASOC, there should be finally support for multiple codecs. which means we will have to revisit then. btw, why the 0...7 limit ? afaict, there is no limit at all here other than "valid GPIO #", and that goes without saying ... -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
