From mboxrd@z Thu Jan 1 00:00:00 1970 From: avictor.za@gmail.com (Andrew Victor) Date: Sun, 17 Apr 2011 21:39:34 +0200 Subject: [PATCH v3] at91: remove MTD_NAND_ATMEL_BUSWIDTH_16 option In-Reply-To: <1302795935-11175-1-git-send-email-plagnioj@jcrosoft.com> References: <1302784833-25930-1-git-send-email-plagnioj@jcrosoft.com> <1302795935-11175-1-git-send-email-plagnioj@jcrosoft.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org hi, > no board configure it as 'n' and it's an issue to merge all defconfigs > in one > > On AT91SAM926x boards both types of NAND flash can be present > (8 and 16 bit data bus width). > > so will pass it via system_rev If nobody is using the configuration option and therefore 8-bit flash, why not just remove the whole configuration option? If there is some non-merged board with 8-bit flash, then they should have their own board-file anyway and can just set "ek_nand_data.bus_width_16" as required. Lets not add complex run-time configuration where it's not needed. Regards, Andrew Victor