From 11afff74dc5d138d1159af7f9db77b63232776a4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 29 Nov 2015 12:13:24 -0600 Subject: [PATCH] Kconfig change for improved usability --- Documentation | 2 +- configs | 2 +- drivers/timers/Kconfig | 4 ++-- fs/fat/fs_fat32.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation b/Documentation index 35cdfcd8fa..7d0cbe27b2 160000 --- a/Documentation +++ b/Documentation @@ -1 +1 @@ -Subproject commit 35cdfcd8fabebc2ec35979a2d19b9d52c345133f +Subproject commit 7d0cbe27b2a41690f6c16dfda4ba03fdfa71726f diff --git a/configs b/configs index 60a36debd0..dbc1711c26 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 60a36debd08e046a5e1768ebc5ba5fb17a337c83 +Subproject commit dbc1711c26e0403acbe283f22aeddf5f00ff84e9 diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig index af8b8a4a9e..7e053175ce 100644 --- a/drivers/timers/Kconfig +++ b/drivers/timers/Kconfig @@ -137,8 +137,8 @@ config RTC_DSXXXX default n select I2C select I2C_TRANSFER - select RTC_EXTERNAL select RTC_DATETIME + depends on RTC_EXTERNAL ---help--- Enables support for the Maxim Integrated DS3231 I2C RTC timer. @@ -190,8 +190,8 @@ config RTC_PCF85263 default n select I2C select I2C_TRANSFER - select RTC_EXTERNAL select RTC_DATETIME + depends on RTC_EXTERNAL ---help--- Enables support for the Maxim Integrated DS3231 I2C RTC timer. diff --git a/fs/fat/fs_fat32.h b/fs/fat/fs_fat32.h index c3581e78ef..6c4aa846fd 100644 --- a/fs/fat/fs_fat32.h +++ b/fs/fat/fs_fat32.h @@ -770,7 +770,7 @@ struct fat_file_s uint8_t *ff_buffer; /* File buffer (for partial sector accesses) */ }; -/* This structure holds the sequency of directory entries used by one +/* This structure holds the sequence of directory entries used by one * file element (directory or file). For short file names, this is * single diretory entry. But for long file names, the is a sequence * of directory entries. Long directory name entries appear in reverse